registry: add cfssljson (aqua:cloudflare/cfssl/cfssljson)#6013
Conversation
Adds `cfssljson`, which is a complementary program to `cfssl`, to the mise registry. Both of these programs are developed by Cloudflare here: https://github.com/cloudflare/cfssl
There was a problem hiding this comment.
Pull Request Overview
This PR adds the cfssljson tool to the mise registry, which is a complementary program to the existing cfssl tool. Both tools are developed by Cloudflare for managing SSL certificates and related operations.
- Adds registry entry for
cfssljsonwith description and backend configuration - Follows the same pattern as the existing
cfsslentry using the aqua backend - Maintains alphabetical ordering in the registry
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
If you are adding a new tool to mise, note the following:
|
|
@jdx I'm not sure if this change will solve my problem because when I run I'm not sure |
aquaproj/aqua-registry#40104 will fix this. |
### 📦 Registry - enable kubecolor test by [@risu729](https://github.com/risu729) in [#6008](#6008) - fix os specific backends for usage by [@risu729](https://github.com/risu729) in [#6007](#6007) - use aqua backend for restish by [@risu729](https://github.com/risu729) in [#5986](#5986) - add cfssljson ([aqua:cloudflare/cfssl/cfssljson](https://github.com/cloudflare/cfssl/cfssljson)) by [@disintegrator](https://github.com/disintegrator) in [#6013](#6013) - add claude-squad ([aqua:smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad)) by [@TyceHerrman](https://github.com/TyceHerrman) in [#5894](#5894) ### 🚀 Features - **(aqua)** make bin paths executable by [@risu729](https://github.com/risu729) in [#6010](#6010) - added header bar during `mise install` by [@jdx](https://github.com/jdx) in [#6022](#6022) ### 🐛 Bug Fixes - **(aqua)** improve warnings for packages without repo_owner and repo_name (2nd attempt) by [@risu729](https://github.com/risu729) in [#6009](#6009) - version prefix detection by [@risu729](https://github.com/risu729) in [#5943](#5943) - respect MISE_DEFAULT_CONFIG_FILENAME by [@risu729](https://github.com/risu729) in [#5899](#5899) ### New Contributors - @disintegrator made their first contribution in [#6013](#6013)
Adds
cfssljson, which is a complementary program tocfssl, to the mise registry. Both of these programs are developed by Cloudflare here: https://github.com/cloudflare/cfssl